home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Re FW_CEventDispatcher < prev    next >
Encoding:
Internet Message Format  |  1996-07-11  |  1.3 KB  |  [TEXT/ttxt]

  1. Subject:     Re: FW_CEventDispatcher
  2. Sent:        7/11/96 9:01 AM
  3. Received:    7/11/96 9:11 AM
  4. From:        Henri Lamiraux, lamiraux@apple.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >The ODF developers guide says you can create your own event dispatcher.  
  9. >This looks to be possible, but the method in FW_CPart to do this is called 
  10. >PrivNewEventDispatcher.  Is it still OK to override this, even though it 
  11. >has been named Priv?
  12. >
  13. >Rob Cope
  14. >Eclipse Services
  15.  
  16. We were looking at renaming it NewEventDispatcher anyhow. In general it 
  17. is not 'illegal' to call or overide priv methods. We consider those 
  18. methods implementation only and adding a priv prefix is a way for us to 
  19. mark them as so. It is a way for us to also reduce as much as possible 
  20. the public API. Note also that priv methods are not documented. But it 
  21. might be possible that we decided wrongly that a method was priv (good 
  22. examples are PrivNewEventDispatcher or PrivActivateFrame) and we need to 
  23. know about that.
  24.  
  25. ........................................................................
  26.  Henri Lamiraux                                      lamiraux@apple.com
  27.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  28. ........................................................................
  29.  
  30.  
  31.